projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca33ccb
)
(main) [USG5 and INTERRUPT_INPUT]: Call setpgrp.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 14 Jan 1994 18:09:06 +0000
(18:09 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 14 Jan 1994 18:09:06 +0000
(18:09 +0000)
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index 143a85020c580386810486e0df4f229bdcf6ed5f..bd5e175bebe19ebb656052fab444d8a339cf92d2 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-346,6
+346,10
@@
main (argc, argv, envp)
inherited_pgroup = EMACS_GETPGRP (0);
setpgrp (0, getpid ());
}
+#else
+#if defined (USG5) && defined (INTERRUPT_INPUT)
+ setpgrp ();
+#endif
#endif